"use server"; import { revalidatePath } from "next/cache"; const actions = async () => { revalidatePath("/profile"); }; export default actions;